home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / gcc / gcc270_src.lha / gcc-2.7.0-amiga / config / i386 / xm-sysv4.h < prev    next >
C/C++ Source or Header  |  1993-07-29  |  474b  |  17 lines

  1. /* Configuration for GCC for Intel i386 running System V Release 4.  */
  2.  
  3. #include "i386/xm-i386.h"
  4. #include "xm-svr4.h"
  5.  
  6. /* If not compiled with GNU C, use the portable alloca.  */
  7. #ifndef __GNUC__
  8. #define USE_C_ALLOCA
  9. #endif
  10. #ifdef __HIGHC__
  11. #include <alloca.h>        /* for MetaWare High-C on NCR System 3000 */
  12. #endif
  13.  
  14. /* Univel, at least, has a small ARG_MAX.  Defining this is harmless
  15.    except for causing extra stat calls in the driver program.  */
  16. #define SMALL_ARG_MAX
  17.